home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-gnupginterface.prerm < prev    next >
Text File  |  2007-08-29  |  427b  |  18 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installdocs
  6. if [ "$1" = remove ] || [ "$1" = upgrade ] && \
  7.    which install-docs >/dev/null 2>&1; then
  8.     install-docs -r gnupginterface
  9. fi
  10. # End automatically added section
  11. # Automatically added by dh_pysupport
  12. if which update-python-modules >/dev/null 2>&1; then
  13.     update-python-modules -c -i /usr/share/python-support/python-gnupginterface
  14. fi
  15. # End automatically added section
  16.  
  17.  
  18.